home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / contrib / bcc2grx / src / changes < prev    next >
Encoding:
Text File  |  1994-05-21  |  1.9 KB  |  44 lines

  1. ******* 1.2 --> 1.2a
  2.  
  3. - made it work with GRX 1.03.maint1
  4.  
  5.   ( bccgrx.c :  2 x  "gm->BIOS_mode"   --->  "gm->mode.grn.BIOS_mode" )
  6.  
  7.     / Per Allansson (c91peral@und.ida.liu.se)
  8.     
  9.  
  10. ******* 1.1 --> 1.2
  11.  
  12. - installuserfont() accepts GRX font names (name.fnt).
  13. - getmodename() supports modes >32768 colors
  14. - initgraph() has NATIVE_GRX driver entry. NATIVE_GRX supports
  15.   the default, biggest (noninterlaced), BGI_mode graphics and all valid
  16.   modes from .grn drivers
  17. - set_BGI_mode()/set_BGI_mode_whc() routines to emulate BGI driver resolutions
  18. - floodfill() doesn't uses second context in simple cases (much faster),
  19.   leaves viewport if no clipping required
  20. - getmoderange(), getmaxmode() and getpalettesize() will call
  21.   __gr_set_up_modes() first -->> returned values are initialized
  22. - closegraph() resets __gr_INIT flag
  23. - cleardevice(), clearviewport(), imagesize(), graphresult(), getmaxcolor(), getgraphmode(), getpixel() and
  24.   putpixel() are checking  __gr_INIT  flag now
  25. - setrgbpalette() check's initgraph(), moved from bccgrx.h -> bccgrx20.c
  26. - drawpoly() always closed the polygon -- fixed.
  27. - registerfarbgifont() now same as registerbgifont()
  28. - setgraphbufsize() returns a defined value
  29. - setwritemode() protects against setting color bits
  30. - detectgraph() returns the correct graphdriver info
  31. - graphdefaults() doesn't call setlinestyle() & setviewport() any more
  32. - bccgrx.c/__gr_set_up_modes() executed once only (fixes memory waste)
  33.  
  34. ******* 1.0 --> 1.1
  35.  
  36. - initgraph() will set the requested graphmode if graphdriver != DETECT.
  37. - using GrHLineNC and GrPixelNC in bccgrx09.c / _floodfill()
  38. - BCC2GRX should run correct with old style drivers (.grd)
  39.   (bccgrx.c/__gr_set_up_modes changed)
  40. - Corrected detectgraph()/initgraph() problem calling Gr... funcs
  41.   before GrSetMode()
  42. - Used normal filled / solid line commands where ever possible
  43. - Text direction and justify setting compatible with Borland definition
  44.